home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / rccd30103 / _SETUP.1 / Rccd.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Text File  |  1998-09-03  |  2KB  |  104 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 367
  3.   Top = 173
  4.   BorderStyle = bsNone
  5.   ClientHeight = 351
  6.   ClientWidth = 328
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 328
  21.     Height = 350
  22.     BevelInner = bvLowered
  23.     BevelWidth = 2
  24.     TabOrder = 0
  25.     object Image1: TImage
  26.       Left = 4
  27.       Top = 4
  28.       Width = 319
  29.       Height = 341
  30.       AutoSize = True
  31.       Picture.Data = {<image000.jpg>}
  32.     end
  33.     object lblRegistered: TLabel
  34.       Left = 12
  35.       Top = 308
  36.       Width = 99
  37.       Height = 19
  38.       Caption = 'Unregistered'
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clRed
  41.       Font.Height = -16
  42.       Font.Name = 'Arial'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       Transparent = True
  46.     end
  47.     object lblReg1: TLabel
  48.       Left = 12
  49.       Top = 308
  50.       Width = 164
  51.       Height = 13
  52.       Caption = 'This product is registered to:'
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clWindowText
  55.       Font.Height = -11
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = [fsBold]
  58.       ParentFont = False
  59.       Transparent = True
  60.       Visible = False
  61.     end
  62.     object lblReg2: TLabel
  63.       Left = 12
  64.       Top = 322
  65.       Width = 39
  66.       Height = 13
  67.       Caption = 'Label1'
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clWindowText
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       Transparent = True
  75.       Visible = False
  76.     end
  77.     object btnOK: TButton
  78.       Left = 126
  79.       Top = 307
  80.       Width = 75
  81.       Height = 25
  82.       Caption = 'OK'
  83.       Enabled = False
  84.       TabOrder = 0
  85.       TabStop = False
  86.       OnClick = btnOKClick
  87.     end
  88.   end
  89.   object tmrClose: TTimer
  90.     Enabled = False
  91.     Interval = 4000
  92.     OnTimer = tmrCloseTimer
  93.     Left = 16
  94.     Top = 252
  95.   end
  96.   object tmrButton: TTimer
  97.     Enabled = False
  98.     Interval = 4000
  99.     OnTimer = tmrButtonTimer
  100.     Left = 16
  101.     Top = 208
  102.   end
  103. end
  104.